home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-248 cemistry works / 1.ima / CHEMWORK.BAT < prev    next >
DOS Batch File  |  1992-04-16  |  188b  |  11 lines

  1. echo off
  2. call memchk
  3. if not exist good goto nomem
  4. del good
  5. call chem %1 %2 %3 %4
  6. goto end
  7. :nomem
  8. cls
  9. echo Chemistry Works requires a minimum of 560k bytes of memory to run.
  10. :end
  11.